<SPACER>
Attribute Specifications:TYPE=[ HORIZONTAL | VERTICAL | BLOCK ]
ALIGN=[ LEFT | RIGHT | TOP | ABSMIDDLE | ABSBOTTOM | TEXTTOP | MIDDLE | BASELINE | BOTTOM ]
SIZE=Pixels
HEIGHT=Pixels
WIDTH=Pixels
"The SPACER tag inserts a space in the document. The space can be between characters or between lines, or it can be a spacing rectangle, similar to an invisible image."
(From the Netscape DevEdge Online Documentation HTML Tag Reference.)
TYPE"... specifies whether the extra space is inserted between characters or between lines, or whether it is a rectangular space that is effectively an invisible image. The value can be one of the following:
(From the Netscape DevEdge Online Documentation HTML Tag Reference.)
ALIGN"... applies only when the extra space is a block. It specifies the alignment of the spacing rectangle in relation to the surrounding text. If you do not specify a value for ALIGN, Navigator uses "BOTTOM" as the default. The values are the same as the values of ALIGN for the IMG tag."
(From the Netscape DevEdge Online Documentation HTML Tag Reference.)
WIDTH"... applies only when the extra space is a block. It specifies the width of the spacing rectangle in pixels."
(From the Netscape DevEdge Online Documentation HTML Tag Reference.)
HEIGHT"... applies only when the extra space is a block, and specifies the height of the spacing rectangle in pixels."
(From the Netscape DevEdge Online Documentation HTML Tag Reference.)
SIZE"... depends on the value of TYPE. When the spacer is of type HORIZONTAL or VERTICAL, the SIZE attribute specifies the absolute width or height in pixels of the added space. If the extra space is a block, the SIZE attribute is ignored."
(From the Netscape DevEdge Online Documentation HTML Tag Reference.)
Copyright © 1998 Sausage Software & Liam Quinn. All rights reserved.
Maintained by Jarrod Durnan